Program Listing for File image_interface.h

Return to documentation for file (codes/cubicle_detect/darknet_ros/image_interface.h)

/*
 * image_interface.h
 *
 *  Created on: Dec 19, 2016
 *      Author: Marko Bjelonic
 *   Institute: ETH Zurich, Robotic Systems Lab
 */

#ifndef IMAGE_INTERFACE_H
#define IMAGE_INTERFACE_H

#include "image.h"

image **load_alphabet_with_file(char *datafile);

#endif